home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 676-700 / 676 / fbm / fbm10man.zoo / MAN / fbsharp.man < prev    next >
Text File  |  1990-12-18  |  3KB  |  133 lines

  1.  
  2.      FBSHARP(1)                    25-Jun-90                     FBSHARP(1)
  3.  
  4.  
  5.           3 
  6.  
  7.      ›1mNAME 
  8.           ›0mfbsharp \- edge enhance a grayscale or color image 
  9.  
  10.      ›1mSYNOPSIS 
  11.           ›0mfbsharp [ -<type> ] beta < image > image
  12.  
  13.      ›1mDESCRIPTION 
  14.  
  15.                ›0mUses  a  digital Laplacian filter to enhance the edges.
  16.           Typical values of beta run from 1 to 20. The default  is  2.
  17.           This   command   works  for  color  images,  but  values  of
  18.           sharpening higher than 3 or 4 tend to create lots  of  noisy
  19.           artifiacts in the image.  
  20.  
  21.           The ›3mfbhalf ›0mcommand also calls the sharpening code implicitly
  22.           if the ›3m-s ›0moptional is passed to ›3mfbhalf.  
  23.  
  24.      ›0m›1mOPTIONS 
  25.  
  26.           ›0m<›1mbeta›0m> specifies  the  amount of sharpening.  Typical values
  27.           run from 1 to 10, higher values can cause snow.  
  28.  
  29.           -›1mB ›0m›3mface ›0mformat, as used by Bennet Yee's ›3mface ›0mprogram at CMU. 
  30.  
  31.           -›1mF ›0m›3mFBM,  ›0mformat  (by  default,  the  default).     You   are
  32.           guaranteed  not to lose information by specifying FBM as the
  33.           default.  
  34.  
  35.           -›1mG ›0m›3mGIF, ›0mCompuserve GIF format.  
  36.  
  37.           -›1mI ›0m›3mIFF ›0mformat, interleaved bitmaps (ILBM), used by Amigas.  
  38.  
  39.           -›1mP ›0m›3mPBM, ›0mJef Poskanzer's bitmap format.  
  40.  
  41.           -›1mS ›0m›3msun, ›0mSun rasterfiles (not run length encoded).  
  42.  
  43.      ›1mEXAMPLE 
  44.  
  45.                ›0mSince the -s  option  of  fbahlf(1)  exists,  you  will
  46.           probably  only  run  fbsharp on color images, which tolerate
  47.           less sharpening.  Here we sharpen an FBM format color  image
  48.           with beta=3 and quantize it for display on a Sun: 
  49.  
  50.               % fbsharp 3.0 < foo.fbm | fbquant -S > foo.clr 
  51.  
  52.      ›1mSEE ALSO 
  53.           ›0mfbm(1) for general discussion, pbm(1) for PBM routines.  
  54.  
  55.      ›1mBUGS 
  56.           ›0mNone known.  
  57.  
  58.      ›1mHISTORY 
  59.           ›0mCopyright  (C)  1989,1990  by Michael Mauldin. Permission is
  60.           granted to use this  file  in  whole  or  in  part  for  any
  61.           purpose,  educational,  recreational or commercial, provided
  62.           that this copyright notice  is  retained  unchanged.    This
  63.  
  64.  
  65.                                       -1-
  66.  
  67.  
  68.      FBSHARP(1)                    25-Jun-90                     FBSHARP(1)
  69.  
  70.  
  71.           software is available to all free of charge by anonymous FTP
  72.           and in the UUNET archives.  
  73.  
  74.           25-Jun-90  Michael  Mauldin  at  Carnegie  Mellon University
  75.           Release 1.0 mlmcs.cmu.edu 
  76.  
  77.           07-Mar-89 Michael L. Mauldin at Carnegie  Mellon  University
  78.           Beta release (version 0.9) mlmcs.cmu.edu 
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.                                       -2-
  132.  
  133.